From 40ecd3a6851e6f4c2021bbd39cf8f37626240148 Mon Sep 17 00:00:00 2001 From: "mjw@wray-m-3.hpl.hp.com" Date: Wed, 18 Aug 2004 13:49:34 +0000 Subject: [PATCH] bitkeeper revision 1.1159.37.3 (41235e6e2BMUhR7-HtvtFXnDGwkiaQ) Update config for new device backend parameters. --- docs/xen_config.html | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/docs/xen_config.html b/docs/xen_config.html index 00628c9bfe..95493f7556 100644 --- a/docs/xen_config.html +++ b/docs/xen_config.html @@ -95,26 +95,10 @@ Defines a netbsd kernel image and its command-line parameters.

(backend (blkif)) element

The vm is a block device backend. -The vm can have pci devices configured, but no virtual -block devices. +The vm can have pci devices configured.

(backend (netif)) element

The vm is a net device backend. -The vm may not have virtual network interfaces (vifs) configured. - -

(backend (vbd) element

-Defines the domain to use as the backend for virtual block devices. -The domain must exist. - - -

(backend (vif) element

-Defines the domain to use as the backend for virtual network interfaces. -The domain must exist. -

(device (vif)) element

Defines a virtual network interface. @@ -125,6 +109,8 @@ Defines a virtual network interface. when bringing the interface up or down.
  • ip: IP address, optional, no default. May be repeated. An IP address or CIDR-format subnet the vif may use. +
  • backend: domain name or id, optional, default 0. + Defines the domain to use as the backend for the interface.

    (device (vbd)) element

    @@ -133,6 +119,8 @@ Defines a virtual block device.
  • uname: string, required. Virtual block device id, e.g phys:hda1.
  • dev: string, required. Device file name in domain, e.g. xda1.
  • mode: string, optional, default r. Read-write mode: r | rw | w. +
  • backend: domain name or id, optional, default 0. + Defines the domain to use as the backend for the device. The uname field defines the device being exported from the block device controller. The dev field defines the device name the vm will see. -- 2.30.2